home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / submenu / 00344.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  250 b   |  12 lines

  1. on exitFrame
  2.   global NextMovie, mylevel, nextact
  3.   repeat with xxx = 1 to 45
  4.     puppetSprite(xxx, 1)
  5.   end repeat
  6.   set mylevel to gimmelevel(nextact)
  7.   play frame "m" & mylevel
  8.   repeat with xxx = 1 to 45
  9.     puppetSprite(xxx, 0)
  10.   end repeat
  11. end
  12.